home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / text / hyper / AmigaGuPref.lha / AGPrefs / Install_AGPrefs < prev    next >
Text File  |  1994-11-05  |  562b  |  31 lines

  1. ;$VER: AGP_install 1.0
  2. ;$AUTHOR: Lee Kindness
  3.  
  4. (set name
  5.     (askdir
  6.         (prompt 'Where will AmigaGuide preferences be copied to?')
  7.         (help 'This is where you want the AmigaGuide preference program to be located. It should normally be in your prefs directory\n\n'@askdir-help)
  8.         (default 'SYS:Prefs')
  9.     )
  10. )
  11.  
  12. (set @default-dest name)
  13.  
  14. (copyfiles
  15.     (help @copyfiles-help)
  16.     (source 'AmigaGuide')
  17.     (dest name)
  18.     (infos)
  19.     (noposition)
  20. )
  21.  
  22. (transcript '\nAGPrefs installed to '@default-dest'\n')
  23.  
  24. (exit 'I hope you find AmigaGuide preferences useful.\n    LSK _\\\\//')
  25.  
  26.     
  27.  
  28.  
  29.  
  30.  
  31.